home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / biz / dbase / amibas130.lha / AmigaBase / TODO < prev    next >
Text File  |  1993-04-22  |  2KB  |  35 lines

  1. The following features are planed for future releases.
  2. The first item in this list has the highest priority. The last one
  3. the lowest.
  4.  
  5.    o  english docs (It will take me a while for translating 69 pages
  6.       of german text into english, please hold on...)
  7.    o  add an arexx port to AmigaBaseBase (idea by Stefan Hellwig 7.12.92).
  8.       I don't know too much about arexx. I want to support the following
  9.       functions:
  10.          NEW   for opening a new window for a new project,
  11.          QUIT  for exiting the current project (and AmigaBase if
  12.                it was the last project),
  13.          LOAD <file>, to load a project from the given filename,
  14.          SAVE  to save the current project,
  15.          PROJECT <name> to switch to the given project and
  16.          CALC <var> to call the program of the suplied variable (There
  17.                you can do all you want.)
  18.       Any suggestions?
  19.    o  implement functions like OPENINPUT, READ, SCANF, etc.
  20.    o  let MEMO variables have their own window (option in new variable
  21.       requester).
  22.    o  New AB function: MEMOFILL(memo) which replaces variable names in
  23.       the memo text with the contents of the current dataset. This
  24.       would be very usefull for series of prints.
  25.    o  New AB function: DATASETNUM(record) which gives you the number of
  26.       the current dataset in the supplied record.
  27.    o  improve programming of AmigaBase: make syntax more MODULA like.
  28.    o  improve programming of AmigaBase: move all programs of the
  29.       variables to one big program. So it is easier to get know what
  30.       the project does, but compiling will be slower.
  31.    o  implement method concept (e.g. methods for new dataset, delete
  32.       dataset, arexx).
  33.  
  34.  
  35.